github.com/refraction-networking/utls.Conn.flush (method)

11 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L954: func (c *Conn) flush() (int, error) {
		conn.go#L982: 			if _, err := c.flush(); err != nil {
		conn.go#L1584: 		c.flush()
		handshake_client.go#L631: 		if _, err := c.flush(); err != nil {
		handshake_client.go#L644: 		if _, err := c.flush(); err != nil {
		handshake_client_tls13.go#L166: 	if _, err := c.flush(); err != nil {
		handshake_server.go#L94: 		if _, err := c.flush(); err != nil {
		handshake_server.go#L124: 		if _, err := c.flush(); err != nil {
		handshake_server.go#L665: 	if _, err := c.flush(); err != nil {
		handshake_server_tls13.go#L92: 	if _, err := c.flush(); err != nil {
		u_conn.go#L388: 		c.flush()